Problem Note 53235: Abnormal termination of PROC LOGISTIC when INMODEL= data set was created in earlier release
In SAS® 9.3 TS1M2, when an INMODEL= data set created under an earlier release of SAS is input to PROC LOGISTIC, the procedure terminates abnormally (zero divide, domain error, and so on.)
To circumvent the problem, the INMODEL= data set can be adjusted. For example, the following code assumes that the original model was a generalized logit model fit using the LINK=GLOGIT option.
data one(type=logismod);
set score_model1;
if (_TYPE_='L') then _MISC_=9;
if (_TYPE_='X') then _MISC_=_MISC_+5;
run;
proc logistic inmodel=one;
score data=model1 out=output_model1;
run;
However, scoring using SAS 9.4 or later is recommended since the problem is fixed beginning in SAS 9.4.
Operating System and Release Information
SAS System | SAS/STAT | Microsoft Windows Server 2003 Datacenter Edition | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows 8.1 Pro 32-bit | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows 8.1 Pro | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows 8.1 Enterprise x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows 8.1 Enterprise 32-bit | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows 8 Pro x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows 8 Enterprise x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows 8 Pro 32-bit | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows 8 Enterprise 32-bit | 12.1 | | 9.3 TS1M2 | |
z/OS | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft® Windows® for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 Enterprise Edition | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 for x64 | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2008 | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2008 R2 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows Server 2008 for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows Server 2012 Datacenter | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows Server 2012 R2 Datacenter | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows Server 2012 R2 Std | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows Server 2012 Std | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Microsoft Windows XP Professional | 12.1 | | 9.3 TS1M2 | |
Windows 7 Enterprise 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Enterprise x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Windows 7 Home Premium 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Home Premium x64 | 12.1 | | 9.3 TS1M2 | |
Windows 7 Professional 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Professional x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Windows 7 Ultimate 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Ultimate x64 | 12.1 | | 9.3 TS1M2 | |
Windows Vista | 12.1 | | 9.3 TS1M2 | |
Windows Vista for x64 | 12.1 | | 9.3 TS1M2 | |
64-bit Enabled AIX | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
64-bit Enabled HP-UX | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
64-bit Enabled Solaris | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
HP-UX IPF | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Linux | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Linux for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
Solaris for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
PROC LOGISTIC abends in SAS 9.3 TS1M2 when an input INMODEL= data was created in a previous release of SAS.
Type: | Problem Note |
Priority: | high |
Topic: | Analytics ==> Categorical Data Analysis SAS Reference ==> Procedures ==> LOGISTIC
|
Date Modified: | 2014-06-18 13:15:11 |
Date Created: | 2014-06-17 10:57:37 |